amd: fix CPUID mask option handling
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Oct 2008 14:57:20 +0000 (15:57 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Oct 2008 14:57:20 +0000 (15:57 +0100)
commitee3ce04ad45606d7bae995c704f9651820d61c67
treeb428d5fc32c881f564c837fd8cef153b377fb930
parent39407bed9c03dad5707aab7dd71946e1589c9460
amd: fix CPUID mask option handling

c/s 18402 added command line options to AMD-specific code duplicating
ones already existing in Intel code. The generic command line parser
didn't support this scenario for integer options, however.

Additionally, the options added were using the same option string for
two different purposes.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/cpu/amd.c
xen/common/kernel.c